home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / socket / miami3 / miamisdk / netinclude / proto / socket.h < prev    next >
C/C++ Source or Header  |  1998-05-24  |  182b  |  10 lines

  1. #ifndef PROTO_SOCKET_H
  2. #define PROTO_SOCKET_H 1
  3.  
  4. extern struct Library *SocketBase;
  5.  
  6. #include <clib/socket_protos.h>
  7. #include <pragmas/socket_pragmas.h>
  8.  
  9. #endif /* PROTO_SOCKET_H */
  10.